-- card: 4361 from stack: in -- bmap block id: 0 -- flags: 4000 -- background id: 2583 -- name: -- part 1 (field) -- low flags: 01 -- high flags: 2004 -- rect: left=11 top=91 right=325 bottom=504 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part contents for card part 1 ----- text ----- To Use EFFECT, all you need is a field on the card called "EFFECTS CARD". That field should contain some lines of HyperTalk commands. Please note that there is no looping or branching— the commands are executed sequentially. To do your effect, simply include the new HyperTalk message EFFECT followed by the name of your effect, in quotes. For instance: on mouseUp effect "To Next Card" end mouseUp The name of the field on the effects card (that is, the name that you type in when you choose "field info…") should be the same name as your effect. In the above example, there should be a card field named "To Next Card" on the card called "Effects card" in your stack. If there are errors in the HyperTalk code in the text field on the effects stack, you will be notified of those errors by HyperCard, but the remaining lines of Hypertalk will still be interpreted.